﻿2026-08-18T06:49:18.2958234Z ##[group]Run actions/checkout@v5
2026-08-18T06:49:18.2958506Z with:
2026-08-18T06:49:18.2958688Z   repository: SaberMage/spt-shell-notify
2026-08-18T06:49:18.2958945Z   path: .adapter-notify
2026-08-18T06:49:18.2960577Z   token: ***
2026-08-18T06:49:18.2960749Z   ssh-strict: true
2026-08-18T06:49:18.2960926Z   ssh-user: git
2026-08-18T06:49:18.2961099Z   persist-credentials: true
2026-08-18T06:49:18.2961295Z   clean: true
2026-08-18T06:49:18.2961467Z   sparse-checkout-cone-mode: true
2026-08-18T06:49:18.2961664Z   fetch-depth: 1
2026-08-18T06:49:18.2961854Z   fetch-tags: false
2026-08-18T06:49:18.2962024Z   show-progress: true
2026-08-18T06:49:18.2962192Z   lfs: false
2026-08-18T06:49:18.2962357Z   submodules: false
2026-08-18T06:49:18.2962527Z   set-safe-directory: true
2026-08-18T06:49:18.2962731Z   allow-unsafe-pr-checkout: false
2026-08-18T06:49:18.2962922Z env:
2026-08-18T06:49:18.2963214Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32108557362-1-10a42867225147cc818da99aaf020d05
2026-08-18T06:49:18.2963728Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-32108557362-1-10a42867225147cc818da99aaf020d05
2026-08-18T06:49:18.2964141Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32108557362-1-10a42867225147cc818da99aaf020d05
2026-08-18T06:49:18.2964457Z ##[endgroup]
2026-08-18T06:49:18.3654218Z Syncing repository: SaberMage/spt-shell-notify
2026-08-18T06:49:18.3660856Z ##[group]Getting Git version info
2026-08-18T06:49:18.3661380Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify'
2026-08-18T06:49:18.4057009Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-18T06:49:18.4309696Z git version 2.43.0.windows.1
2026-08-18T06:49:18.4338579Z ##[endgroup]
2026-08-18T06:49:18.4348504Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\2807d408-54d2-4a32-b494-639ebb7df540\.gitconfig'
2026-08-18T06:49:18.4363439Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\2807d408-54d2-4a32-b494-639ebb7df540' before making global git config changes
2026-08-18T06:49:18.4364321Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T06:49:18.4369263Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify
2026-08-18T06:49:18.4637232Z ##[group]Initializing the repository
2026-08-18T06:49:18.4642458Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify
2026-08-18T06:49:18.4975418Z Initialized empty Git repository in C:/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-18T06:49:18.4998757Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-18T06:49:18.5262288Z ##[endgroup]
2026-08-18T06:49:18.5262621Z ##[group]Disabling automatic garbage collection
2026-08-18T06:49:18.5266964Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-18T06:49:18.5501481Z ##[endgroup]
2026-08-18T06:49:18.5501923Z ##[group]Setting up auth
2026-08-18T06:49:18.5508089Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-18T06:49:18.5732447Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-18T06:49:19.0818541Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T06:49:19.1059486Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-18T06:49:19.5202682Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T06:49:19.5427860Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-18T06:49:20.1056557Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-18T06:49:20.1361353Z ##[endgroup]
2026-08-18T06:49:20.1361696Z ##[group]Determining the default branch
2026-08-18T06:49:20.1363019Z Retrieving the default branch name
2026-08-18T06:49:20.4667905Z Default branch 'main'
2026-08-18T06:49:20.4668585Z ##[endgroup]
2026-08-18T06:49:20.4668986Z ##[group]Fetching the repository
2026-08-18T06:49:20.4676047Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-18T06:49:21.7307595Z From https://github.com/SaberMage/spt-shell-notify
2026-08-18T06:49:21.7308082Z  * [new branch]      main       -> origin/main
2026-08-18T06:49:21.7924818Z ##[endgroup]
2026-08-18T06:49:21.7925584Z ##[group]Determining the checkout info
2026-08-18T06:49:21.7926165Z ##[endgroup]
2026-08-18T06:49:21.7929603Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-18T06:49:21.8229616Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-18T06:49:21.8467398Z ##[group]Checking out the ref
2026-08-18T06:49:21.8472027Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B main refs/remotes/origin/main
2026-08-18T06:49:21.8811853Z branch 'main' set up to track 'origin/main'.
2026-08-18T06:49:21.8812243Z Reset branch 'main'
2026-08-18T06:49:21.8831640Z ##[endgroup]
2026-08-18T06:49:21.9135462Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-18T06:49:21.9374442Z ee2d37eadc730c0019e0af82d683074c509634a2
